babl: tidying of public headers
authorØyvind Kolås <pippin@gimp.org>
Mon, 25 Sep 2017 10:56:17 +0000 (12:56 +0200)
committerØyvind Kolås <pippin@gimp.org>
Mon, 25 Sep 2017 10:56:57 +0000 (12:56 +0200)
babl/babl-macros.h
babl/babl-types.h
babl/babl.h

index f022d9f9f0bebc6657a66e1010049d98aae7415f..61d372b6ddc08587bca61de73b85cd1407aa2a63 100644 (file)
@@ -20,7 +20,7 @@
 #define _BABL_MACROS_H
 
 #if !defined(BABL_INSIDE_BABL_H) && !defined(BABL_IS_BEING_COMPILED)
-#error "babl-version.h must not be included directly, include babl.h instead."
+#error "babl-macros.h must not be included directly, include babl.h instead."
 #endif
 
 
index c1c4c2767131a693b377a076faeb382942964577..3df81e733a497b65f270290fd65c63fe9c7e1a00 100644 (file)
@@ -20,7 +20,7 @@
 #define _BABL_TYPES_H
 
 #if !defined(BABL_INSIDE_BABL_H) && !defined(BABL_IS_BEING_COMPILED)
-#error "babl-version.h must not be included directly, include babl.h instead."
+#error "babl-types.h must not be included directly, include babl.h instead."
 #endif
 
 /**
index 9ab3881cec528f669e3fcac2e1d800564db0860d..16574cf0c968cee064f32511b63d9ee794c3d8cb 100644 (file)
@@ -448,17 +448,6 @@ void   babl_set_user_data     (const Babl *babl, void *data);
 void * babl_get_user_data     (const Babl *babl);
 
 
-
-/*
- * Backwards compatibility stuff
- *
- * NOTE: will most likely be removed in the first stable release!
- */
-#ifndef BABL_DISABLE_DEPRECATED
-#define babl_destroy babl_exit
-#endif
-
-
 #ifdef __cplusplus
 }
 #endif